Skip to content

docs(tests): replace hardcoded local path with repo-relative note - #62

Merged
sayonfortify merged 1 commit into
mainfrom
docs/tests-repo-relative-path
Jun 24, 2026
Merged

docs(tests): replace hardcoded local path with repo-relative note#62
sayonfortify merged 1 commit into
mainfrom
docs/tests-repo-relative-path

Conversation

@sayonfortify

Copy link
Copy Markdown
Contributor

What

Replaces a hardcoded personal absolute path in the test setup docs with a repo-relative note. Docs-only.

Why

tests/README.md and tests/openai/README.md both had a Local Setup block like:

cd "/Users/<user>/.../fr-meta/ocelle-py"
poetry install --with test

That absolute path leaks a developer's local machine layout and the private monorepo name, and is wrong for anyone who clones this repo standalone — which matters now that ocelle-py is going public.

Change

# from the ocelle-py repo root
poetry install --with test

2 files, 1 line each. No functional change.

The Local Setup blocks in tests/README.md and tests/openai/README.md hardcoded a personal absolute path under /Users/.../fr-meta/ocelle-py, which leaked a local machine layout + the private monorepo name and was wrong for anyone cloning this repo standalone. Replace with a repo-relative note. Docs-only, 1 line each.
@sayonfortify
sayonfortify merged commit 64eb958 into main Jun 24, 2026
6 checks passed
@sayonfortify
sayonfortify deleted the docs/tests-repo-relative-path branch June 24, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant